From: Bartosz DziewoƄski Date: Thu, 26 Jun 2014 20:44:52 +0000 (+0200) Subject: SpecialVersion: Grammar fixes in comments X-Git-Tag: 1.31.0-rc.0~15212^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=e84515128331230a7ed806ad160ae69035f86764;p=lhc%2Fweb%2Fwiklou.git SpecialVersion: Grammar fixes in comments Change-Id: I318a34edcb14d57b77353f3112d82e2e3c97fd7f --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 026cb3432f..c9e2e1834a 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -419,7 +419,7 @@ class SpecialVersion extends SpecialPage { } /** - * Generate wikitext showing extensions name, URL, author and description. + * Generate wikitext showing the name, URL, author and description of each extension. * * @return string Wikitext */ @@ -469,7 +469,7 @@ class SpecialVersion extends SpecialPage { } /** - * Generate wikitext showing skins name, URL, author and description. + * Generate wikitext showing the name, URL, author and description of each skin. * * @return string Wikitext */